home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / WaveTableSizeDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  456 b   |  23 lines  |  [TEXT/KAHL]

  1. /* WaveTableSizeDialog.h */
  2.  
  3. #ifndef Included_WaveTableSizeDialog_h
  4. #define Included_WaveTableSizeDialog_h
  5.  
  6. /* WaveTableSizeDialog module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* RadioButton */
  12. /* Screen */
  13. /* WrapTextBox */
  14. /* Memory */
  15. /* EventLoop */
  16. /* SimpleButton */
  17. /* Menus */
  18.  
  19. /* ask for a new wave table size.  it obeys the power of 2 contraint. */
  20. long                                AskForNewWaveTableSize(long CurrentSize);
  21.  
  22. #endif
  23.